home *** CD-ROM | disk | FTP | other *** search
- global gphotolist, gImNum
-
- on mouseWithin me
- cursor(280)
- if gphotolist.count = gImNum then
- sprite(90).member = member("But_Des2")
- else
- sprite(90).member = member("But_Sel2")
- end if
- end
-
- on mouseLeave me
- cursor(0)
- if gphotolist.count = gImNum then
- sprite(90).member = member("But_DES2")
- else
- sprite(90).member = member("But_Sel2")
- end if
- end
-
- on mouseDown me
- sound(3).play(member("Click"))
- end
-
- on mouseUp me
- if gphotolist.count = gImNum then
- gphotolist = []
- else
- gphotolist = []
- gphotolist.add("C01")
- gphotolist.add("C02")
- gphotolist.add("C03")
- gphotolist.add("C04")
- gphotolist.add("C05")
- gphotolist.add("C06")
- gphotolist.add("C07")
- gphotolist.add("C08")
- gphotolist.add("C09")
- gphotolist.add("C10")
- gphotolist.add("C11")
- gphotolist.add("C12")
- gphotolist.add("C13")
- gphotolist.add("C14")
- gphotolist.add("C15")
- gphotolist.add("C16")
- gphotolist.add("C17")
- gphotolist.add("C18")
- gphotolist.add("C19")
- gphotolist.add("C20")
- gphotolist.add("C21")
- gphotolist.add("C22")
- gphotolist.add("C23")
- gphotolist.add("C24")
- end if
- updateStage()
- end
-